home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
GraphicsWorkshop
/
Source
/
ToolsInspector.h
< prev
next >
Wrap
Text File
|
1992-05-18
|
500b
|
30 lines
/* Generated by Interface Builder */
#import <objc/Object.h>
@interface ToolsInspector:Object
{
id informationPanel;
id croppingPanel;
id enhancementPanel;
id inspectorWindow;
id inspectorView;
id gammaPanel;
id conversionPanel;
id currentInspector;
}
+ new;
- setInspectorWindow:anObject;
- setInspectorView:anObject;
- setPanel: (id *)theId ofName: (const char *)name;
- cropping:sender;
- information:sender;
- gamma:sender;
- enhancement:sender;
- conversions:sender;
@end